home *** CD-ROM | disk | FTP | other *** search
/ TPUG - Toronto PET Users Group / TPUG Users Group CD / TPUG Users Group CD.iso / AMIGA / AMICUS / AMICUS14.ADF / Progs / CRLF.DOC < prev    next >
Text File  |  1989-01-28  |  1KB  |  36 lines

  1. This program is by John Frickson.
  2.  
  3. Since the Amiga uses just the line feed character to terminate lines of
  4. text, and some computers and networks use carriage-return line-feed
  5. combinations, this program comes in handy if you are sending text files
  6. via Xmodem to other computers.
  7.  
  8. For example, if you want to upload a text to an IBM-specific bulletin
  9. board, using the Xmode protocol, the IBMers wouldn't be able to read it,
  10. since the text would display incorrectly on their (dumbo) screens.
  11.  
  12. So, instead, you would enter
  13.  
  14. crlf myamigafile theiribmfile A
  15.  
  16. to add carriage returns, since the IBMers need them.
  17.  
  18. Or, if you downloaded a text from this IBM board, or downloaded and
  19. unARCed a file containing IBM text files, you would enter
  20.  
  21. crlf theiribmfile myamigafile R
  22.  
  23. to remove the superfluous carriage returns.
  24.  
  25. The general syntax for command lines is:
  26.  
  27. crlf inputfile outputfile [A|R]
  28.  
  29. where 'A' is 'add CRs' and 'R' is 'remove CRs'.
  30.  
  31. (That's 'remove carriage returns', not 'remove College Republicans.')
  32.  
  33. Documentation By John Foust
  34. Program by John Frickson
  35.  
  36.